home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / CONTRIB / MAN_PC.ZIP / man_pc / whatis / apropos.1 next >
Encoding:
Text File  |  1995-06-20  |  2.0 KB  |  68 lines

  1.  
  2.  APROPOS(1)                                                       APROPOS(1)
  3.  
  4.  NAME
  5.       apropos - find pertinent online documentation
  6.  
  7.  SYNOPSIS
  8.       apropos [ -P path ] [ -s section ] word...
  9.  
  10.  DESCRIPTION
  11.       The apropos command displays a one line synopsis of each online
  12.       documentation file whose name or description contains a specified word
  13.       or whose keywords listed in the whatis databases matches the specified
  14.       word.  Once you know what you are looking for, use man(1) to read the
  15.       appropriate documentation.
  16.  
  17.       The argument word is considered separately from each other word.  The
  18.       case of letters is ignored.
  19.  
  20.  OPTIONS
  21.       The following switch options are recognized:
  22.  
  23.       -P path
  24.            if a valid path is given, apropos searches for the databases
  25.            there (see ENVIRONMENT).
  26.  
  27.       -s section
  28.            search only for items from the specified section.  This should be
  29.            a single character representing a section of the manual, i.e.,
  30.            from the list:
  31.  
  32.                 0123456789lno
  33.  
  34.  EXAMPLE
  35.       Try apropos editor and apropos disk to get a feel for what apropos
  36.       does.
  37.  
  38.  ENVIRONMENT
  39.       Apropos searches for the database file in the directory contained in
  40.       the MANPATH environment variable.  Note that the -P option overrides
  41.       this.  If neither MANPATH or -P are specified, a default path of
  42.       ``d:/usr/man'' is used.
  43.  
  44.  NOTES
  45.       Apropos performs a simple string search.  For example, apropos man
  46.       finds all instances of command, manipulate, mantissa, permanent, and
  47.       so forth.
  48.  
  49.  FILES
  50.       MANPATH/whatis._?_  online documentation database file
  51.  
  52.  SEE ALSO
  53.       man(1), whatis(1), whatisin(1), whereis(1)
  54.  
  55.                                     - 1 -          Formatted:  June 18, 1995
  56.  
  57.  APROPOS(1)                                                       APROPOS(1)
  58.  
  59.  AUTHOR
  60.       Bill Rosenkranz
  61.       rosenkra@convex.com
  62.  
  63.  VERSION
  64.       apropos 2.0.1 92/9/12 rosenkra
  65.  
  66.                                     - 2 -          Formatted:  June 18, 1995
  67.  
  68.